Skip to content

Commit

Permalink
update test run result templates
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <mikeovi@amazon.com>
  • Loading branch information
OVI3D0 committed Dec 30, 2024
1 parent b982205 commit 79fb9dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions osbenchmark/resources/metrics-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"relative-time-ms": {
"type": "float"
},
"test-execution-id": {
"test-run-id": {
"type": "keyword"
},
"test-execution-timestamp": {
"test-run-timestamp": {
"type": "date",
"format": "basic_date_time_no_millis",
"fields": {
Expand Down
4 changes: 2 additions & 2 deletions osbenchmark/resources/results-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"enabled": true
},
"properties": {
"test-execution-id": {
"test-run-id": {
"type": "keyword"
},
"test-execution-timestamp": {
"test-run-timestamp": {
"type": "date",
"format": "basic_date_time_no_millis",
"fields": {
Expand Down
4 changes: 2 additions & 2 deletions osbenchmark/resources/test-runs-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"enabled": true
},
"properties": {
"test-execution-id": {
"test-run-id": {
"type": "keyword"
},
"test-execution-timestamp": {
"test-run-timestamp": {
"type": "date",
"format": "basic_date_time_no_millis",
"fields": {
Expand Down

0 comments on commit 79fb9dc

Please sign in to comment.