mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-13 07:16:47 +00:00
Remove redundant "sqlite/" prefix
This commit is contained in:
parent
9f9fff0558
commit
a0f9f34baf
@ -192,10 +192,10 @@ To include a new benchmark in the suite's summary table, we need to update the `
|
|||||||
// sqlite/summary.json
|
// sqlite/summary.json
|
||||||
{
|
{
|
||||||
"benchmarks": [
|
"benchmarks": [
|
||||||
"sqlite/ext2_deletes_between",
|
"ext2_deletes_between",
|
||||||
"sqlite/ext2_deletes_individual",
|
"ext2_deletes_individual",
|
||||||
"sqlite/ext2_refill_replace",
|
"ext2_refill_replace",
|
||||||
"sqlite/ext2_selects_ipk"
|
"ext2_selects_ipk"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user