mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Convert benchmark configuration files into YAML format
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
14dc4752fa
commit
6684e7fd02
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ DELETEs, numeric BETWEEN, indexed....",
|
||||
"result_index": 8
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The deletes-between result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 10000 DELETEs, numeric BETWEEN, indexed",
|
||||
"unit": "second",
|
||||
"legend": "The speed of deletes-between on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 10000 DELETEs, numeric BETWEEN, indexed'
|
||||
legend: The speed of deletes-between on {system} (Ext2)
|
||||
title: '[Ext2] The deletes-between result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 8
|
||||
search_pattern: '[0-9]+ DELETEs, numeric BETWEEN, indexed....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ DELETEs of individual rows....",
|
||||
"result_index": 8
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The deletes-individual result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 50000 DELETEs of individual rows",
|
||||
"unit": "second",
|
||||
"legend": "The speed of deletes-individual on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 50000 DELETEs of individual rows'
|
||||
legend: The speed of deletes-individual on {system} (Ext2)
|
||||
title: '[Ext2] The deletes-individual result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 8
|
||||
search_pattern: '[0-9]+ DELETEs of individual rows....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "Refill two [0-9]+-row tables using REPLACE....",
|
||||
"result_index": 9
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The refill-replace result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: Refill two 50000-row tables using REPLACE",
|
||||
"unit": "second",
|
||||
"legend": "The speed of refill-replace on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: Refill two 50000-row tables using REPLACE'
|
||||
legend: The speed of refill-replace on {system} (Ext2)
|
||||
title: '[Ext2] The refill-replace result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 9
|
||||
search_pattern: Refill two [0-9]+-row tables using REPLACE....
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ SELECTS on an IPK....",
|
||||
"result_index": 8
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The selects-ipk result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 70000 SELECTS on an IPK",
|
||||
"unit": "second",
|
||||
"legend": "The speed of selects-ipk on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 70000 SELECTS on an IPK'
|
||||
legend: The speed of selects-ipk on {system} (Ext2)
|
||||
title: '[Ext2] The selects-ipk result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 8
|
||||
search_pattern: '[0-9]+ SELECTS on an IPK....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ SELECTS on a TEXT PK....",
|
||||
"result_index": 9
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The selects-text-pk result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 70000 SELECTS on a TEXT PK",
|
||||
"unit": "second",
|
||||
"legend": "The speed of selects-text-pk on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 70000 SELECTS on a TEXT PK'
|
||||
legend: The speed of selects-text-pk on {system} (Ext2)
|
||||
title: '[Ext2] The selects-text-pk result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 9
|
||||
search_pattern: '[0-9]+ SELECTS on a TEXT PK....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "TOTAL....",
|
||||
"result_index": 2
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The total result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: total",
|
||||
"unit": "second",
|
||||
"legend": "Total speed on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: total'
|
||||
legend: Total speed on {system} (Ext2)
|
||||
title: '[Ext2] The total result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 2
|
||||
search_pattern: TOTAL....
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ UPDATES, numeric BETWEEN, indexed....",
|
||||
"result_index": 8
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The updates-between result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 10000 UPDATES, numeric BETWEEN, indexed",
|
||||
"unit": "second",
|
||||
"legend": "The speed of updates-between on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 10000 UPDATES, numeric BETWEEN, indexed'
|
||||
legend: The speed of updates-between on {system} (Ext2)
|
||||
title: '[Ext2] The updates-between result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 8
|
||||
search_pattern: '[0-9]+ UPDATES, numeric BETWEEN, indexed....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "One big UPDATE of the whole [0-9]+-row table....",
|
||||
"result_index": 11
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The updates-big-one result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: One big UPDATE of the whole 50000-row table",
|
||||
"unit": "second",
|
||||
"legend": "The speed of updates-big-one on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: One big UPDATE of the whole 50000-row table'
|
||||
legend: The speed of updates-big-one on {system} (Ext2)
|
||||
title: '[Ext2] The updates-big-one result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 11
|
||||
search_pattern: One big UPDATE of the whole [0-9]+-row table....
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "[0-9]+ UPDATES of individual rows....",
|
||||
"result_index": 8
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The updates-individual result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: 50000 UPDATES of individual rows",
|
||||
"unit": "second",
|
||||
"legend": "The speed of updates-individual on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: 50000 UPDATES of individual rows'
|
||||
legend: The speed of updates-individual on {system} (Ext2)
|
||||
title: '[Ext2] The updates-individual result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 8
|
||||
search_pattern: '[0-9]+ UPDATES of individual rows....'
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "VACUUM....",
|
||||
"result_index": 4
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The 'VACUUM' result of sqlite speedtest",
|
||||
"description": "sqlite-speed-test: repacking database file into a minimal amount of disk space",
|
||||
"unit": "second",
|
||||
"legend": "The speed of VACUUM on {system} (Ext2)"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
alert:
|
||||
bigger_is_better: false
|
||||
threshold: 125%
|
||||
chart:
|
||||
description: 'sqlite-speed-test: repacking database file into a minimal amount of
|
||||
disk space'
|
||||
legend: The speed of VACUUM on {system} (Ext2)
|
||||
title: '[Ext2] The ''VACUUM'' result of sqlite speedtest'
|
||||
unit: second
|
||||
result_extraction:
|
||||
result_index: 4
|
||||
search_pattern: VACUUM....
|
Reference in New Issue
Block a user