import React from "react"; import PerformanceResult from "./result-card/PerformanceResult"; import EnergyUsage from "./result-card/EnergyUsage"; const ComparisonResult = () => { return (
Performance Comparison

Throughput (units/hr)

Layout 1
500/ hr
Layout 2
550/ hr
Cycle Time
Layout 1
120 Sec
19.6%
Layout 2
110 Sec
19.6%1.6%
Overall Downtime
Total down time
(Simulation 1)
17
mins
Overall Scrap Rate
Layout 1
Total scrap produced by
2.7 ton
); }; export default ComparisonResult;