We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecbe44 commit 668f0daCopy full SHA for 668f0da
src/hyperlight_host/benches/benchmarks.rs
@@ -14,12 +14,6 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
-// Ensure benchmarks only run with release builds for meaningful performance measurements
18
-#[cfg(debug_assertions)]
19
-compile_error!(
20
- "Benchmarks can only be run with release builds. Use '--release' flag when running benchmarks."
21
-);
22
-
23
use criterion::{Criterion, criterion_group, criterion_main};
24
use hyperlight_host::GuestBinary;
25
use hyperlight_host::sandbox::{
0 commit comments