11 Commits

Author SHA1 Message Date
7b92e87edd Rename example.sh to submit_benchmark.sh 2018-12-11 15:53:00 +01:00
807b239836 Updated example.sh to work on current mydata 2018-08-28 15:31:04 +02:00
5250b653f3 Support multiple schema versions; introduces Benchmark schema v2
Since the validation and possible schema upgrades are done at the Open
Data side, there isn't much to change here.
2018-08-28 12:44:55 +02:00
46f6351797 Do version checking of the Benchmark Client
- The result JSON now includes the benchmark client version, and as a
  result the schema version has been bumped to 1. This version is not
  checked yet on the server, so it's at the moment purely cosmetic.
- Latest version of the Benchmark Client is configured in
  LATEST_CLIENT_VERSIONS['BENCHMARK']. This allows us to have different
  clients with different latest versions.
- An empty string as 'latest version' disables the version check altogether.
  This allows us to push to the production servers before we release the
  client version that actually includes the version information.
2018-08-16 12:30:29 +02:00
32d74da132 Reformatted example JSON
We use four spaces for JSON in all our projects.
2018-08-16 12:30:29 +02:00
2a994cfce9 Updated example benchmark to match reality 2018-08-09 18:11:51 +02:00
72cebfef51 Add shebang line to shell script 2018-08-08 18:31:26 +02:00
21248290c9 Update example.sh to reflect correct urls 2018-07-31 15:35:52 +02:00
Markus Ritberger
cf3e18929b Replace oauth with token auth for benchmark client 2018-07-22 14:58:06 +02:00
Markus Ritberger
6e3de6da6b Adjust opendata communication to new format
Opendata changed its api format
2018-07-05 23:48:56 +02:00
Markus Ritberger
cf61e0d7da initial commit 2018-06-24 21:16:26 +02:00