jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
const recipes = [
{
name: "Recette 1",
description: "Description de la recette 1",
ingredients: [
{ ingredient: "Ingrédient 1" },
{ ingredient: "Ingrédient 2" }
]
},
{
name: "Recette 2",
description: "Description de la recette 2",
ingredients: [
{ ingredient: "Ingrédient 3" },
{ ingredient: "Ingrédient 4" }
]
}
];
const searchText = "recette";
Ready to run.
Test | Ops/sec | |
---|---|---|
Algorithme de recherche avec des boucles for |
| ready |
Algorithme de recherche avec la méthode filter |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.