forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add cart's fork of ecs_bench_suite (bevyengine#4225)" (bevyen…
…gine#4252) This reverts commit 08ef2f0. # Objective - bevyengine#4225 was merged without considering the licensing considerations. - It merges in code taken from https://github.com/cart/ecs_bench_suite/tree/bevy-benches/src/bevy. - We can safely assume that we do have a license to cart's contributions. However, these build upon cart/ecs_bench_suite@377e96e, for which we have no license. - This has been verified by looking in the Cargo.toml, the root folder and the readme, none of which mention a license. Additionally, the string "license" [doesn't appear](https://github.com/rust-gamedev/ecs_bench_suite/search?q=license) in the repository. - This means the code is all rights reserved. - (The author of these commits also hasn't commented in bevyengine#2373, though even if they had, it would be legally *dubious* to rely on that to license any code they ever wrote) - (Note that the latest commit on the head at https://github.com/rust-gamedev/ecs_bench_suite hasn't had a license added either.) - We are currently incorrectly claiming to be able to give an MIT/Apache 2.0 license to this code. ## Solution - Revert it
- Loading branch information
Showing
22 changed files
with
0 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
benches/benches/bevy_ecs/ecs_bench_suite/add_remove_big_sparse_set.rs
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
benches/benches/bevy_ecs/ecs_bench_suite/add_remove_big_table.rs
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
benches/benches/bevy_ecs/ecs_bench_suite/add_remove_sparse_set.rs
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
benches/benches/bevy_ecs/ecs_bench_suite/add_remove_table.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
benches/benches/bevy_ecs/ecs_bench_suite/frag_iter_foreach.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
benches/benches/bevy_ecs/ecs_bench_suite/get_component_system.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.