Skip to content

Commit

Permalink
Add auto-correction of JSON keys for secondary metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Sep 1, 2023
1 parent d714958 commit 420249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-chart.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sed -i '/"gc./ s//"·gc./g' *.json
echo 'var providedBenchmarks = ["Zulu 11", "Zulu 17", "OpenJDK 22", "GraalVM Community 21", "Oracle GraalVM 17", "Oracle GraalVM 20"];
var providedBenchmarkStore = {
"Zulu 11":'
Expand Down
1 change: 1 addition & 0 deletions build-t16-chart.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sed -i '/"gc./ s//"·gc./g' *.json
echo 'var providedBenchmarks = ["Zulu 11", "Zulu 17", "OpenJDK 22", "GraalVM Community 21", "Oracle GraalVM 17", "Oracle GraalVM 20"];
var providedBenchmarkStore = {
"Zulu 11":'
Expand Down

0 comments on commit 420249c

Please sign in to comment.