Adds a benchmarks directory with small scripts to test performances of things.
This commit is contained in:
46
benchmarks/person.json
Normal file
46
benchmarks/person.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "MusicEvent",
|
||||
"location": {
|
||||
"@type": "MusicVenue",
|
||||
"name": "Chicago Symphony Center",
|
||||
"address": "220 S. Michigan Ave, Chicago, Illinois, USA"
|
||||
},
|
||||
"name": "Shostakovich Leningrad",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "/examples/ticket/12341234",
|
||||
"price": "40",
|
||||
"priceCurrency": "USD",
|
||||
"availability": "http://schema.org/InStock"
|
||||
},
|
||||
"performer": [
|
||||
{
|
||||
"@type": "MusicGroup",
|
||||
"name": "Chicago Symphony Orchestra",
|
||||
"sameAs": [
|
||||
"http://cso.org/",
|
||||
"http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra"
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "Person",
|
||||
"image": "/examples/jvanzweden_s.jpg",
|
||||
"name": "Jaap van Zweden",
|
||||
"sameAs": "http://www.jaapvanzweden.com/"
|
||||
}
|
||||
],
|
||||
"startDate": "2014-05-23T20:00",
|
||||
"workPerformed": [
|
||||
{
|
||||
"@type": "CreativeWork",
|
||||
"name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes",
|
||||
"sameAs": "http://en.wikipedia.org/wiki/Peter_Grimes"
|
||||
},
|
||||
{
|
||||
"@type": "CreativeWork",
|
||||
"name": "Shostakovich Symphony No. 7 (Leningrad)",
|
||||
"sameAs": "http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user